home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Fixation 1.3 / mytypes.h < prev    next >
Encoding:
Text File  |  1995-10-19  |  102 b   |  5 lines  |  [TEXT/MMCC]

  1. // mytypes.h
  2.  
  3. typedef unsigned char uchar;
  4. typedef unsigned short ushort;
  5. typedef unsigned long ulong;